Skip to content

chore(deps): update Java SDK to v8.36.0#5036

Merged
jamescrosswell merged 3 commits intomainfrom
deps/scripts/update-java.ps1
Mar 24, 2026
Merged

chore(deps): update Java SDK to v8.36.0#5036
jamescrosswell merged 3 commits intomainfrom
deps/scripts/update-java.ps1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 18, 2026

Bumps scripts/update-java.ps1 from 8.35.0 to 8.36.0.

Auto-generated by a dependency updater.

Changelog

8.36.0

Features

  • Show feedback form on device shake (#5150)
    • Enable via options.getFeedbackOptions().setUseShakeGesture(true) or manifest meta-data io.sentry.feedback.use-shake-gesture
    • Uses the device's accelerometer — no special permissions required

Fixes

  • Support masking/unmasking and click/scroll detection for Jetpack Compose 1.10+ (#5189)

Dependencies

  • Bump Native SDK from v0.13.1 to v0.13.2 (#5181)
  • Bump com.abovevacant:epitaph to 0.1.1 to avoid old D8/R8 dexing crashes in downstream Android builds on old AGP versions such as 7.4.x. (#5200)

Changelog Entry

  • chore(deps): update Java SDK to v8.36.0
  • chore(deps): update epitaph to 0.1.1

@github-actions github-actions bot added the Dependencies Pull requests that update a dependency file label Mar 18, 2026
@github-actions github-actions bot requested a review from Flash0ver as a code owner March 18, 2026 03:49
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

jpnurmi and others added 2 commits March 18, 2026 08:04
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
CS8767 errors due to ISensorEventListener expecting nullable parameters.
The class is unused in this codebase.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Mar 18, 2026

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Breaking Changes 🛠

  • The _Metrics_ APIs are now stable: removed Experimental from SentrySdk, SentryOptions and IHub by Flash0ver in #5023

Features ✨

  • Report a new _Diagnostic_ (SENTRY1001) when a Metrics-API is invoked with an unsupported numeric type by Flash0ver in #4840

Fixes 🐛

  • fix: CaptureFeedback now applies event processors by jamescrosswell in #4942

Dependencies ⬆️

Deps

  • chore(deps): update Java SDK to v8.36.0 by github-actions[bot] in #5036
  • chore(deps): update epitaph to 0.1.1 by github-actions[bot] in #5036
  • chore(deps): update Cocoa SDK to v9.7.0 by github-actions in #5015
  • chore(deps): update Java SDK to v8.35.0 by github-actions in #5017
  • chore(deps): replaced the heavy protobuf-javalite 3.25.8 dependency with a light-weight epitaph 0.1.0 alternative on Android (getsentry/sentry-java#5157) by github-actions in #5017
  • chore(deps): update CLI to v3.3.3 by github-actions in #5002
  • chore(deps): update Cocoa SDK to v9.6.0 by github-actions in #4958

🤖 This preview updates automatically when you update the PR.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.94%. Comparing base (fd57a21) to head (770ed94).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5036   +/-   ##
=======================================
  Coverage   73.94%   73.94%           
=======================================
  Files         499      499           
  Lines       18026    18026           
  Branches     3529     3529           
=======================================
  Hits        13330    13330           
  Misses       3832     3832           
  Partials      864      864           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

<!-- A light-weight replacement for protobuf-javalite (see https://github.com/getsentry/sentry-java/pull/5157) -->
<ItemGroup>
<AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.0" Bind="false" />
<AndroidMavenLibrary Include="com.abovevacant:epitaph" Version="0.1.1" Bind="false" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: Breaking Change

Is this a breaking change.
I guess we shouldn't hold off on updating the Java SDK either way,
but perhaps something to note in the CHANGELOG entry.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Surely an upgrade from 0.1.0 to 0.1.1 wouldn't be a breaking change... unless semver is being ignored completely?

@jamescrosswell jamescrosswell merged commit bcc6476 into main Mar 24, 2026
46 checks passed
@jamescrosswell jamescrosswell deleted the deps/scripts/update-java.ps1 branch March 24, 2026 23:30
irvinesunday added a commit to irvinesunday/Hali that referenced this pull request Apr 8, 2026
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet)
from 6.3.0 to 6.3.1.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.AspNetCore's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.3.1

### Fixes 🐛

- fix: Workaround FileNotFoundException on Android when recovering
sessions by @​jamescrosswell in
[#​5084](getsentry/sentry-dotnet#5084)
- fix: `CaptureFeedback` now supports multiple attachments correctly by
@​bitsandfoxes in
[#​5077](getsentry/sentry-dotnet#5077)

### Dependencies ⬆️

#### Deps

- chore(deps): update Native SDK to v0.13.5 by @​github-actions in
[#​5119](getsentry/sentry-dotnet#5119)
- chore(deps): update CLI to v3.3.5 by @​github-actions in
[#​5093](getsentry/sentry-dotnet#5093)
- chore(deps): update Native SDK to v0.13.4 by @​github-actions in
[#​5081](getsentry/sentry-dotnet#5081)
- chore(deps): update Java SDK to v8.37.1 by @​github-actions in
[#​5071](getsentry/sentry-dotnet#5071)
- chore(deps): update CLI to v3.3.4 by @​github-actions in
[#​5068](getsentry/sentry-dotnet#5068)
- chore(deps): update Java SDK to v8.37.0 by @​github-actions in
[#​5069](getsentry/sentry-dotnet#5069)
- chore(deps): update Cocoa SDK to v9.8.0 by @​github-actions in
[#​5044](getsentry/sentry-dotnet#5044)
- chore(deps): update Java SDK to v8.36.0 by @​github-actions in
[#​5036](getsentry/sentry-dotnet#5036)
- chore(deps): update epitaph to 0.1.1 by @​github-actions in
[#​5036](getsentry/sentry-dotnet#5036)

### Other

- chore: Update validate-pr workflow by @​stephanie-anderson in
[#​5108](getsentry/sentry-dotnet#5108)
- ci: fix workflows that always fail for fork PRs by @​jamescrosswell in
[#​5065](getsentry/sentry-dotnet#5065)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.3.0...6.3.1).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Sentry.AspNetCore&package-manager=nuget&previous-version=6.3.0&new-version=6.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Apr 9, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | patch | `6.3.0` -> `6.3.1` |

---

### Release Notes

<details>
<summary>getsentry/sentry-dotnet (Sentry.Maui)</summary>

### [`v6.3.1`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#631)

[Compare Source](getsentry/sentry-dotnet@6.3.0...6.3.1)

##### Fixes 🐛

-   fix: Workaround FileNotFoundException on Android when recovering sessions by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5084](getsentry/sentry-dotnet#5084)
-   fix: `CaptureFeedback` now supports multiple attachments correctly by [@&#8203;bitsandfoxes](https://github.com/bitsandfoxes) in [#&#8203;5077](getsentry/sentry-dotnet#5077)

##### Dependencies ⬆️

##### Deps

-   chore(deps): update Native SDK to v0.13.5 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5119](getsentry/sentry-dotnet#5119)
-   chore(deps): update CLI to v3.3.5 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5093](getsentry/sentry-dotnet#5093)
-   chore(deps): update Native SDK to v0.13.4 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5081](getsentry/sentry-dotnet#5081)
-   chore(deps): update Java SDK to v8.37.1 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5071](getsentry/sentry-dotnet#5071)
-   chore(deps): update CLI to v3.3.4 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5068](getsentry/sentry-dotnet#5068)
-   chore(deps): update Java SDK to v8.37.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5069](getsentry/sentry-dotnet#5069)
-   chore(deps): update Cocoa SDK to v9.8.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5044](getsentry/sentry-dotnet#5044)
-   chore(deps): update Java SDK to v8.36.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5036](getsentry/sentry-dotnet#5036)
-   chore(deps): update epitaph to 0.1.1 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5036](getsentry/sentry-dotnet#5036)

##### Other

-   chore: Update validate-pr workflow by [@&#8203;stephanie-anderson](https://github.com/stephanie-anderson) in [#&#8203;5108](getsentry/sentry-dotnet#5108)
-   ci: fix workflows that always fail for fork PRs by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5065](getsentry/sentry-dotnet#5065)

</details>

---

### Configuration

📅 **Schedule**: Branch...
github-merge-queue bot pushed a commit to DFE-Digital/teaching-record-system that referenced this pull request Apr 13, 2026
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet)
from 6.3.0 to 6.3.1.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.AspNetCore's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.3.1

### Fixes 🐛

- fix: Workaround FileNotFoundException on Android when recovering
sessions by @​jamescrosswell in
[#​5084](getsentry/sentry-dotnet#5084)
- fix: `CaptureFeedback` now supports multiple attachments correctly by
@​bitsandfoxes in
[#​5077](getsentry/sentry-dotnet#5077)

### Dependencies ⬆️

#### Deps

- chore(deps): update Native SDK to v0.13.5 by @​github-actions in
[#​5119](getsentry/sentry-dotnet#5119)
- chore(deps): update CLI to v3.3.5 by @​github-actions in
[#​5093](getsentry/sentry-dotnet#5093)
- chore(deps): update Native SDK to v0.13.4 by @​github-actions in
[#​5081](getsentry/sentry-dotnet#5081)
- chore(deps): update Java SDK to v8.37.1 by @​github-actions in
[#​5071](getsentry/sentry-dotnet#5071)
- chore(deps): update CLI to v3.3.4 by @​github-actions in
[#​5068](getsentry/sentry-dotnet#5068)
- chore(deps): update Java SDK to v8.37.0 by @​github-actions in
[#​5069](getsentry/sentry-dotnet#5069)
- chore(deps): update Cocoa SDK to v9.8.0 by @​github-actions in
[#​5044](getsentry/sentry-dotnet#5044)
- chore(deps): update Java SDK to v8.36.0 by @​github-actions in
[#​5036](getsentry/sentry-dotnet#5036)
- chore(deps): update epitaph to 0.1.1 by @​github-actions in
[#​5036](getsentry/sentry-dotnet#5036)

### Other

- chore: Update validate-pr workflow by @​stephanie-anderson in
[#​5108](getsentry/sentry-dotnet#5108)
- ci: fix workflows that always fail for fork PRs by @​jamescrosswell in
[#​5065](getsentry/sentry-dotnet#5065)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.3.0...6.3.1).
</details>

Updated
[Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet)
from 6.3.0 to 6.3.1.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.Extensions.Logging's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.3.1

### Fixes 🐛

- fix: Workaround FileNotFoundException on Android when recovering
sessions by @​jamescrosswell in
[#​5084](getsentry/sentry-dotnet#5084)
- fix: `CaptureFeedback` now supports multiple attachments correctly by
@​bitsandfoxes in
[#​5077](getsentry/sentry-dotnet#5077)

### Dependencies ⬆️

#### Deps

- chore(deps): update Native SDK to v0.13.5 by @​github-actions in
[#​5119](getsentry/sentry-dotnet#5119)
- chore(deps): update CLI to v3.3.5 by @​github-actions in
[#​5093](getsentry/sentry-dotnet#5093)
- chore(deps): update Native SDK to v0.13.4 by @​github-actions in
[#​5081](getsentry/sentry-dotnet#5081)
- chore(deps): update Java SDK to v8.37.1 by @​github-actions in
[#​5071](getsentry/sentry-dotnet#5071)
- chore(deps): update CLI to v3.3.4 by @​github-actions in
[#​5068](getsentry/sentry-dotnet#5068)
- chore(deps): update Java SDK to v8.37.0 by @​github-actions in
[#​5069](getsentry/sentry-dotnet#5069)
- chore(deps): update Cocoa SDK to v9.8.0 by @​github-actions in
[#​5044](getsentry/sentry-dotnet#5044)
- chore(deps): update Java SDK to v8.36.0 by @​github-actions in
[#​5036](getsentry/sentry-dotnet#5036)
- chore(deps): update epitaph to 0.1.1 by @​github-actions in
[#​5036](getsentry/sentry-dotnet#5036)

### Other

- chore: Update validate-pr workflow by @​stephanie-anderson in
[#​5108](getsentry/sentry-dotnet#5108)
- ci: fix workflows that always fail for fork PRs by @​jamescrosswell in
[#​5065](getsentry/sentry-dotnet#5065)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.3.0...6.3.1).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Gunn <james@gunn.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants